Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim array As Array
Dim index As Integer
Me.CopyTo(array, index)
|
Syntax
Visual Basic |
Protected Sub CopyTo ( _
array As Array, _
index As Integer _
)
|
C# |
protected void CopyTo (
Array array,
int index
)
|
C++ |
protected:
void CopyTo (
Array^ array,
int index
)
|
J# |
protected void CopyTo (
Array array,
int index
)
|
JScript |
protected function CopyTo (
array : Array,
index : int
)
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also